/* @override 
	http://framework.local/wp-content/themes/wp-framework-theme/css/block-styles.css?* */

/*
	Theme Name: Yeeboo WP Framework - Custom ACF Blocks Stylesheet
	Description: Loaded on front-end and in the block editor
*/

/* @group Accordion */

.ybd-accordion .card {
	border-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
	min-width: 100%;
}

.ybd-accordion .card .card-header {
	background-color: #D2D2D2;
	position: relative;
	margin-top: 0;
}

.ybd-accordion .card .card-header button {
	text-align: left;
	display: block;
	width: 100%;
	text-transform: none;
	padding: 10px 0;
}

.ybd-accordion .card .card-body {
	border: 1px solid #D2D2D2;
	background-color: #fff;
	padding: 15px;
	border-top-style: none;
}

.ybd-accordion .card .card-body .card-content img {
	max-width: 100%;
	height: auto;
}

.ybd-accordion .card .card-header span {
	position: absolute;
	top: calc(50% - 11px);
	right: 15px;
	line-height: 0;
}

@media (max-width: 768px) {
	.ybd-accordion .card .card-header button {
		font-size: 18px;
		padding: 10px 20px;
	}
	
	.ybd-accordion .card .card-header span {
		top: calc(50% - 9px);
		right: 15px;
		font-size: 18px;
		line-height: 0;
	}
	
	.ybd-accordion .card .card-body {
		background-color: #D2D2D2;
		font-size: 16px;
	}
}

/* @end */

/* @group Call To Action */

.ybd-call-to-action {
	background: #eee;
	text-align: center;
	padding: 40px 20px;
}

.ybd-call-to-action p {
	display: inline;
	font-size: 18px;
	font-weight: 600;
}

.ybd-call-to-action a.btn {
	background-color: #00B2A9;
	font-size: 22px;
	margin-left: 30px;
	padding: 15px 100px;
}

.ybd-call-to-action a.btn:hover {
	background-color: #007bff;
}

/* @end */

/* @group Card Grid */

.ybd-card-grid .card {
	border-radius: 0px;
	border: 1px solid #97999B;
	box-shadow: 1px 2px 6px rgba(0,0,0,.3);
	min-height: 300px;
	overflow: hidden;
}

.ybd-card-grid .card .card-body {
	min-height: 80px;
	background-color: #fff;
	transform: translate3d(0, 20px, 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform .1s ease-in-out 0s;
}

.ybd-card-grid .card .card-body.has-text {
	min-height: 173px;
	background-color: #fff;
	transform: translate3d(0, 64%, 0);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform .1s ease-in-out 0s;
}

.ybd-card-grid .card:hover .card-body {
	transform: translate3d(0, 0, 0);
}

.ybd-card-grid .card .fa-chevron-right {
	position: relative;
	top: 1px;
	transform: scale(.7 );
}

.ybd-card-grid .image-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	background-position: center center;
}

.ybd-card-grid .card a {
	font-weight: bold;
}

.ybd-card-grid .card .card-text a {
	font-weight: normal;
	display: block;
	min-height: 96px;
	font-family: 'PT Sans', sans-serif;
	color: #444;
	text-decoration: none;
}

.ybd-card-grid .icon-wrap {
	background-image: radial-gradient(circle at center center, #5BC2E7, #2A6EBB);
	color: #fff;
	font-size: 80px;
	min-height: 300px;
	line-height: 0;
	padding-top: calc(80px);
}

/* SM */

@media (max-width: 768px) {
	.ybd-card-grid .card {
		min-height: 390px;
		overflow: hidden;
	}
	
	.ybd-card-grid .card .card-body {
		min-height: auto !important;
		transform: translate3d(0, 0, 0);
	}
	
	.ybd-card-grid .card .card-body.has-text {
		transform: translate3d(0, 0, 0);
	}
	
	.ybd-card-grid .card .card-text a {
		min-height: auto;
	}
	
	.ybd-card-grid .icon-wrap {
		padding-top: 100px;
	}
}

/* @end */

/* @group Hero & Events Hero */

/* Events Hero */

.ybd-hero-events.bg-image, .ybd-hero-events.bg-image .container, .ybd-hero-events.bg-image .row {
	min-height: 60vw !important;
}

.ybd-hero p, .ybd-hero-events p {
	font-size: 20px;
}

.hero-mobile {
	color: #fff;
	background-image: radial-gradient(circle at top center, #2A6EBB, #002D72);
}

@media (max-width: 576px) {
	.hero-mobile h1 {
		font-size: 44px;
	}
	
	.hero-mobile p {
		font-size: 18px;
	}
	
	hero-mobile a.btn {
		width: 100%;
	}
}

/* @end */

/* @group Signature Events */

.ybd-signature-events {
	font-size: 18px;
}

.ybd-signature-events .container .event img {
	border: 2px solid #B7A66D;
	max-width: 100%;
}

.ybd-signature-events .container a {
	font-weight: bold;
	text-decoration: underline;
}

/* @end */

/* @group Community Events */

.ybd-community-events .row {
	overflow: hidden;
}

.ybd-community-events .date {
	font-family: 'PT Serif', serif !important;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	right: -10px;
}

.ybd-community-events .details:before {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	border-right: 0px solid red;
	border-left: 20px solid #002D72;
	border-top: 0px solid blue;
	border-bottom: 200px solid transparent;
}

.ybd-community-events .details {
	background: #e6e6e6;
	padding: 20px 20px 20px 40px;
}

.ybd-community-events .details a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.ybd-community-events .details:before {
		display: none;
	}
	
	.ybd-community-events .date {
		font-size: 20px;
	}
}

/* @end */

/* @group BG Image w/ Block Content */

.ybd-bgimage-content .inner-block {
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.ybd-bgimage-content h2 {
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
}

@media (max-width: 768px) {
	.ybd-bgimage-content h2 {
		font-size: 32px;
	}
}

/* @end */

/* @group Split Image Content */

.ybd-split-content h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;
}

.ybd-split-content .content-block {
	padding: 8% !important;
}

/* @end */

/* @group Stay Connected / Join Our Online Community */

.ybd-block-form form {
	vertical-align: top;
}

.ybd-block-form form .empty-label {
	display: none;
}

.ybd-block-form input {
	border: 0 !important;
	font-family: 'PT Serif', serif;
	height: 44px;
	padding: 4px;
	margin-bottom: 0px !important;
	width: 100% !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.ybd-block-form .btn {
	margin-bottom: 0px !important;
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.ybd-block-form .edit-link {
	display: none;
}

.ybd-block-form .yikes-easy-mc-success-message {
	text-align: c;
	margin: 0;
	background-color: #00B2A9;
	color: #fff;
	border-radius: 2px;
}

@media (max-width: 768px) {
	.ybd-block-form form .btn {
		width: 98%;
	}
}

/* @end */

/* @group Stories */

.ybd-stories {
	overflow: hidden;
	background-image: radial-gradient(circle at center center, #5BC2E7, #2A6EBB);
}

.ybd-stories .icon-wrap {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	height: 56px;
}

.ybd-stories .icon-wrap img {
	width: 58px !important;
	height: auto !important;
}

.ybd-stories .icon-wrap::after {
	position: absolute;
	content: ' ';
	display: block;
	left: 0;
	bottom: -8px;
	border-style: solid;
	border-width: 0 58px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.ybd-stories h2 {
	color: #fff;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
}

.ybd-stories hr {
	border-color: #fff;
}

.ybd-stories .card {
	border: 0px;
	border-radius: 0px;
	min-height: 500px;
}

.ybd-stories .card h5 {
	font-family: "PT Sans", sans-serif;
	font-size: 130%;
	font-weight: bold;
	min-height: 80px;
}

.ybd-stories .card > a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	min-width: auto;
	height: 240px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}

.ybd-stories .card-body a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	min-width: auto;
	overflow: hidden;
}

.ybd-stories .card img {
	height: 200px;
	width: auto;
	min-width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ybd-stories .carousel-inner {
	min-height: 450px;
}

.ybd-stories .carousel-item {
	transition: transform .27s ease-in-out;
}

.ybd-stories .carousel-item img {
	height: 65vw;
	width: auto;
	min-width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ybd-stories .carousel-indicators {
	position: relative;
	z-index: 1000;
	margin-top: 30px;
}

.ybd-stories .carousel-indicators li {
	margin-left: 5px;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	border: 0px;
	border-radius: 50px;
}

/* Reset our fancy ol li stuff in style.css */

.ybd-stories .carousel-indicators li::before {
	display: none;
}

.ybd-stories .d-md-flex {
	margin: 0 auto;
	max-width: 992px;
}

.ybd-stories .d-md-flex .card {
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	transform: scale(1);
	transition: transform .2s ease-in-out 0s;
}

.ybd-stories .d-md-flex .card:hover {
	transform: scale(1.025);
}

/* @end */

/* @group Related Content */

.ybd-related-content {
	overflow: hidden;
	background-color: rgba(151, 153, 155, 0.4);
}

.ybd-related-content .icon-wrap {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: center;
	height: 56px;
}

.ybd-related-content .icon-wrap img {
	width: 58px !important;
	height: auto !important;
}

.ybd-related-content .icon-wrap::after {
	position: absolute;
	content: ' ';
	display: block;
	left: 0;
	bottom: -8px;
	border-style: solid;
	border-width: 0 58px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.ybd-related-content h2 {
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
}

.ybd-related-content hr {
	border-color: #fff;
}

.ybd-related-content .card {
	border: 0px;
	border-radius: 0px;
	min-height: 550px;
	overflow: hidden;
}

.ybd-related-content .card h5 {
	font-family: "PT Sans", sans-serif;
	font-size: 130%;
	font-weight: bold;
	min-height: 80px;
}

.ybd-related-content .card > a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	min-width: auto;
	height: 240px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}

.ybd-stories .card-body a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	min-width: auto;
	overflow: hidden;
}

.ybd-related-content .carousel-inner {
	min-height: 450px;
}

.ybd-related-content .carousel-item {
	transition: transform .33s ease-in-out;
}

.ybd-related-content .carousel-item img {
	height: 65vw;
	width: auto;
	min-width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ybd-related-content .carousel-indicators {
	position: relative;
	z-index: 1000;
	margin-top: 30px;
}

.ybd-related-content .carousel-indicators li {
	margin-left: 5px;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	border: 0px;
	border-radius: 50px;
}

/* Reset our fancy ol li stuff in style.css */

.ybd-related-content .carousel-indicators li::before {
	display: none;
}

.ybd-related-content .d-md-flex {
	margin: 0 auto;
	max-width: 992px;
}

.ybd-related-content .d-md-flex .card {
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	transform: scale(1);
	transition: transform .2s ease-in-out 0s;
}

.ybd-related-content .d-md-flex .card:hover {
	transform: scale(1.025);
}

/* @end */

/* @group Title */

.ybd-title h3 {
	font-weight: bold;
}

/* @end */

/* @group Learn More */

.ybd-learn-more {
	padding: 60px 20px;
}

.ybd-learn-more h3 {
	font-family: "PT Sans", sans-serif;
	text-align: center;
	margin-bottom: 40px;
}

.ybd-learn-more p {
	display: inline;
	font-size: 18px;
}

.ybd-learn-more a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group Inline Links */

.ybd-inline-links a {
	font-family: "PT Serif", serif;
}

.ybd-inline-links .col-auto {
	margin-bottom: 10px;
	/*border-right: 2px solid #444;*/
}

.ybd-inline-links .col-auto:after {
	content: '';
	position: absolute;
	bottom: 3px;
	right: 0%;
	height: 65%;
	border-right: 2px solid #444;
}

.ybd-inline-links .col-auto:last-child:after {
	border-right: none;
}

/* @end */

/* @group White Background Content */

.ybd-whitebg-content p {
	font-size: 20px;
}

.ybd-whitebg-content h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
}

/* @end */



/* Can copy/paste these responsive media queries as needed */

/* XS */

@media (max-width: 576px) {
	
}
/* SM */

@media (max-width: 768px) {
	
}
/* MD */

@media (max-width: 992px) {
	
}
/* LG */

@media (max-width: 1200px) {
	
}